home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETALT.IN_ / netalt.inf
Encoding:
INI File  |  1999-10-19  |  5.1 KB  |  151 lines

  1. ; NETALT.INF
  2. ;
  3. ; Copyright (c) Alteon WebSystems, Inc. 1996-1999
  4. ; Copyright (c) Microsoft, Inc. 1996, 1997, 1998 
  5. ;
  6. ; Setup INF file for Alteon WebSystems Interface Cards.
  7.  
  8. [version]
  9. Signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %MSFT%
  13. LayoutFile  = layout.inf
  14. DriverVer   =10/19/1999,1.16.2.0
  15.  
  16. [Manufacturer]
  17. %Alteon%=Alteon
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect = PCI\VEN_12AE&DEV_0001&SUBSYS_00000000, \
  21.             PCI\VEN_12AE&DEV_0001&SUBSYS_000112AE
  22.  
  23. [Alteon]
  24. %acenic.DeviceDesc% = acenic.ndi, PCI\VEN_12AE&DEV_0001&SUBSYS_00000000   
  25. %acenicU.DeviceDesc% = acenic.ndi, PCI\VEN_12AE&DEV_0001&SUBSYS_000112AE   
  26.  
  27. ;------------------------------------------------------------------------------
  28. ; Alteon Gigabit Ethernet Adapter
  29. ;
  30. [acenic.ndi.NT]
  31. Characteristics = 0x84
  32. BusType         = 5
  33. AddReg          = tuning.reg, link.reg, jumbo.reg, debug.reg, acenic.reg 
  34. CopyFiles       = acenic.CopyFiles
  35.  
  36. [acenic.ndi.NT.Services]
  37. AddService      = altnd5, 2, acenic.Service, common.Eventlog
  38.  
  39. [tuning.reg]
  40. HKR, , StatTicks,                  0, "100000"
  41. HKR, , SendCoalTicks,              0, "1000"
  42. HKR, , RecvCoalTicks,              0, "1000"
  43. HKR, , SendCoalMax,                0, "20"
  44. HKR, , RecvCoalMax,                0, "20"
  45. HKR, , PciMemInvalidate,           0, "1"
  46. HKR, , PciReadMax,                 0, "ffffffff"
  47. HKR, , PciWriteMax,                0, "ffffffff"
  48. HKR, , PciLatencyTimer,            0, "40"
  49. HKR, , Fix450GX,                   0, "0"
  50. HKR, , IntCount,                   0, "1000"
  51. HKR, , CksumOffload,               0, "1"
  52.  
  53. [link.reg]
  54. HKR, Ndi\params\LinkNegotiation,        ParamDesc,  0, %LinkNegotiation%
  55. HKR, Ndi\params\LinkNegotiation,        default,    0, "1"
  56. HKR, Ndi\params\LinkNegotiation,        type,       0, "enum"
  57. HKR, Ndi\params\LinkNegotiation\enum,   "0",        0, %off%
  58. HKR, Ndi\params\LinkNegotiation\enum,   "1",        0, %on%
  59.  
  60. HKR, Ndi\params\TxFlowControl,          ParamDesc,  0, %TxFlowControl%
  61. HKR, Ndi\params\TxFlowControl,          default,    0, "0"
  62. HKR, Ndi\params\TxFlowControl,          type,       0, "enum"
  63. HKR, Ndi\params\TxFlowControl\enum,     "0",        0, %off%
  64. HKR, Ndi\params\TxFlowControl\enum,     "1",        0, %on%
  65.  
  66. HKR, Ndi\params\RxFlowControl,          ParamDesc,  0, %RxFlowControl%
  67. HKR, Ndi\params\RxFlowControl,          default,    0, "1"
  68. HKR, Ndi\params\RxFlowControl,          type,       0, "enum"
  69. HKR, Ndi\params\RxFlowControl\enum,     "0",        0, %off%
  70. HKR, Ndi\params\RxFlowControl\enum,     "1",        0, %on%
  71.  
  72. HKR, , FdrFilter,                  0, "0"
  73.  
  74. [jumbo.reg]
  75. HKR, Ndi\params\JumboFrames,            ParamDesc,  0, %JumboFrames%
  76. HKR, Ndi\params\JumboFrames,            default,    0, "0"
  77. HKR, Ndi\params\JumboFrames,            type,       0, "enum"
  78. HKR, Ndi\params\JumboFrames\enum,       "0",        0, %off%
  79. HKR, Ndi\params\JumboFrames\enum,       "1",        0, %on%
  80.  
  81. HKR, Ndi\params\JumboMtu,               ParamDesc,  0, %JumboMtu%
  82. HKR, Ndi\params\JumboMtu,               default,    0, "1500"
  83. HKR, Ndi\params\JumboMtu,               type,       0, "dword"
  84. HKR, Ndi\params\JumboMtu,               min,        0, "1500"
  85. HKR, Ndi\params\JumboMtu,               max,        0, "9000"
  86. HKR, Ndi\params\JumboMtu,               step,       0, "100"
  87. HKR, Ndi\params\JumboMtu,               base,       0, "10"
  88.  
  89. [debug.reg]
  90. HKR, Ndi\params\NetworkAddress,               ParamDesc,  0, %NetworkAddress% 
  91. HKR, Ndi\params\NetworkAddress,               default,    0, ""0060CF000000""
  92. HKR, Ndi\params\NetworkAddress,               type,       0, "edit"
  93. HKR, Ndi\params\NetworkAddress,               optional,   0, "1"
  94.  
  95. HKR, , NicTracing,                 0, "0"
  96. HKR, , HostTracing,                0, "1"
  97. HKR, , DebugPci,                   0, "0"
  98.  
  99. [acenic.reg]
  100. HKR, Ndi,               Service,    0, "altnd5"
  101. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  102. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  103.  
  104. [acenic.Service]
  105. DisplayName     = %Acenic.Service.DispName%
  106. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  107. StartType       = 3 ;%SERVICE_DEMAND_START%
  108. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  109. ServiceBinary   = %12%\altnd5.sys
  110. LoadOrderGroup  = NDIS
  111. AddReg          = TextModeFlags.reg
  112.  
  113. [common.EventLog]
  114. AddReg = common.AddEventLog.reg
  115.  
  116. [common.AddEventLog.reg]
  117. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\altnd5.sys"
  118. HKR,, TypesSupported,   0x00010001, 7
  119.  
  120. [acenic.CopyFiles]
  121. altnd5.sys,,,2
  122.  
  123. ;------------------------------------------------------------------------------
  124. ; DestinationDirs
  125. ;
  126. [DestinationDirs]
  127. acenic.CopyFiles    = 12
  128.  
  129.  
  130. ; Localizable Strings
  131. ;
  132. [Strings]
  133. Alteon           = "Alteon"
  134. MSFT             = "Microsoft"
  135.  
  136. LinkNegotiation  = "LinkNegotiation"
  137. TxFlowControl    = "TxFlowControl"
  138. RxFlowControl    = "RxFlowControl"
  139. JumboFrames      = "JumboFrames"
  140. JumboMtu         = "JumboMtu"
  141. NetworkAddress   = "NetworkAddress"
  142.  
  143. On               = "On"
  144. Off              = "Off"
  145.  
  146. acenic.DeviceDesc  = "Alteon WebSystems PCI Gigabit Ethernet Adapter"
  147. acenicU.DeviceDesc = "Alteon WebSystems PCI Gigabit Ethernet Adapter(Universal)"
  148.  
  149. acenic.Service.DispName  = "Alteon WebSystems PCI Gigabit Ethernet Adapter"
  150.  
  151.